home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5579 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: strings.h
  5. Date: 20 Feb 96 00:07:17 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.824774837@rscernix>
  8. References: <4gao9h$7g2@news.bu.edu>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4gao9h$7g2@news.bu.edu> lachesis@cs.bu.edu (wai yip) writes:
  13.  
  14. >can anyone who has the header file strings.h please email me and tell me
  15. >what is in it or just mail me the header file?
  16.  
  17. I will violate some copyrights and post the version on my system, without
  18. omitting a single byte :-)
  19.  
  20.     ues5:~/Files 322> cat /usr/include/strings.h 
  21.     /*
  22.      * *****************************************************************
  23.      * *                                                               *
  24.      * *    Copyright (c) Digital Equipment Corporation, 1991, 1995    *
  25.      * *                                                               *
  26.      * *   All Rights Reserved.  Unpublished rights  reserved  under   *
  27.      * *   the copyright laws of the United States.                    *
  28.      * *                                                               *
  29.      * *   The software contained on this media  is  proprietary  to   *
  30.      * *   and  embodies  the  confidential  technology  of  Digital   *
  31.      * *   Equipment Corporation.  Possession, use,  duplication  or   *
  32.      * *   dissemination of the software and media is authorized only  *
  33.      * *   pursuant to a valid written license from Digital Equipment  *
  34.      * *   Corporation.                                                *
  35.      * *                                                               *
  36.      * *   RESTRICTED RIGHTS LEGEND   Use, duplication, or disclosure  *
  37.      * *   by the U.S. Government is subject to restrictions  as  set  *
  38.      * *   forth in Subparagraph (c)(1)(ii)  of  DFARS  252.227-7013,  *
  39.      * *   or  in  FAR 52.227-19, as applicable.                       *
  40.      * *                                                               *
  41.      * *****************************************************************
  42.      */
  43.     /*
  44.      * HISTORY
  45.      */
  46.     /*
  47.      *      @(#)$RCSfile: strings.h,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 05:19:11 $
  48.      */ 
  49.     /*
  50.      */
  51.     /*
  52.      * (c) Copyright 1990, OPEN SOFTWARE FOUNDATION, INC.
  53.      * ALL RIGHTS RESERVED
  54.      */
  55.     /*
  56.      * RESTRICTED RIGHTS LEGEND
  57.      * Use, Duplication or Disclosure by the Government is subject to
  58.      * restrictions as set forth in paragraph (b)(3)(B) of the rights in
  59.      * Technical Data and Computer Software clause in DAR 7-104.9(a).
  60.      */ 
  61.  
  62.     /*
  63.      * COMPONENT_NAME: (LIBCSTR) Standard C Library String Handling Functions
  64.      *
  65.      * FUNCTIONS: 
  66.      *
  67.      * ORIGINS: 27
  68.      *
  69.      * (C) COPYRIGHT International Business Machines Corp. 1985, 1989
  70.      * All Rights Reserved
  71.      * Licensed Materials - Property of IBM
  72.      *
  73.      * US Government Users Restricted Rights - Use, duplication or
  74.      * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  75.      */
  76.     /*
  77.      * OSF/1 Release 1.0
  78.      */
  79.  
  80.     #include <string.h>
  81.  
  82. That's it.  Hope DEC and/or IBM won't sue me :-)
  83.  
  84. Dan
  85. --
  86. Dan Pop
  87. CERN, CN Division
  88. Email: danpop@mail.cern.ch 
  89. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  90.